LCLint Output
LCLint 2.0 --- 28 Feb 96
ignore.c: (in function ignore)
ignore.c:8,3: Return value (type int) ignored: fi()
Result returned by function call is not used. If
this is intended, can cast result to (void) to
eliminate message. Use -retvalint to suppress
message.
ignore.c:10,3: Return value (type bool) ignored: fb()
Result returned by function call is not used. If
this is intended, can cast result to (void) to
eliminate message. Use -retvalbool to suppress
message.
Finished LCLint checking --- 2 code errors found